body{
	background:url(layout_grid.gif) top left no-repeat;
	}

	table,td  {
		font-size:30px;
		padding:"5";
		spacing:"1";
		border:5px solid black;
		border-bottom-color:yellow;
		border-top-color:gold;
	}
div{
	}
	
	#title{
		top:50px;
		left:350px;
		width:6000px;
		height:50px;
		font-size:50px;
		position:absolute;
	}
	
	#Viewingthestars{
		top:200px;
		left:50px;
		height:500;
		width:150;
		position:absolute;
		
	}
	
	#Geminipic{
		top:0px;
		left:300px;
		height:150px;
		width:150px;
		position:absolute;
		background:url("Gemini.jpg") top left no-repeat;
		background-size:100% 100%;
	}
	
	#GeminiHoro{
		top:0px;
		left:450px;
		height:150px;
		width:150px;
		border: 2px solid black;
		padding:5;
		position:absolute;
	}
		
	#Leopic{
			top:0px;
			left:625px;
			height:150px;
			width:150px;
			position:absolute;
			background:url("leo.png") top left no-repeat;
			background-size:100% 100%;
	}
	
	#LeoHoro{
		top:0px;
		left:765px;
		height:150px;
		width:150px;
		border: 2px solid black;
		padding:5;
		position:absolute;
	}
